projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a39c2e0
)
(find-file-read-args): Reenable wildcard processing unconditionally.
author
Andreas Schwab
<schwab@suse.de>
Sat, 7 Dec 2002 14:47:40 +0000
(14:47 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sat, 7 Dec 2002 14:47:40 +0000
(14:47 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 76080f8852c0df5330aeee1a71192a40fb259c0f..a5301ac0714b4fcee8e306640e01f326e4aa2658 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2002-12-07 Andreas Schwab <schwab@suse.de>
+
+ * files.el (find-file-read-args): Reenable wildcard processing
+ unconditionally.
+
2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
* textmodes/texinfmt.el (texinfo-format-scan)
diff --git
a/lisp/files.el
b/lisp/files.el
index 5de6559ae5198c218506cae6de43bf73586ee7bb..b6bee3b09d44dc816e21b1111a3698877ff50cc1 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-809,7
+809,7
@@
documentation for additional customization information."
minibuffer-setup-hook))
(add-hook 'minibuffer-setup-hook munge-default-fun)
(read-file-name prompt nil default-directory mustmatch))
-
current-prefix-arg
))
+
t
))
(defun find-file (filename &optional wildcards)
"Edit file FILENAME.